|
|
@@ -17,7 +17,11 @@ module Agents
|
17
|
17
|
|
18
|
18
|
First, select an agency by visiting [http://www.nextbus.com/predictor/adaAgency.jsp](http://www.nextbus.com/predictor/adaAgency.jsp) and finding your transit system. Once you find it, copy the part of the URL after `?a=`. For example, for the San Francisco MUNI system, you would end up on [http://www.nextbus.com/predictor/adaDirection.jsp?a=**sf-muni**](http://www.nextbus.com/predictor/adaDirection.jsp?a=sf-muni) and copy "sf-muni". Put that into this Agent's agency setting.
|
19
|
19
|
|
20
|
|
- Next, find the stop tags that you care about. To find the tags for the sf-muni system, for the N route, visit this URL:
|
|
20
|
+ Next, find the stop tags that you care about.
|
|
21
|
+
|
|
22
|
+ Select your destination and lets use the n-judah route. The link should be [http://www.nextbus.com/predictor/adaStop.jsp?a=sf-muni&r=N](http://www.nextbus.com/predictor/adaStop.jsp?a=sf-muni&r=N) Once you find it, copy the part of the URL after `r=`.
|
|
23
|
+
|
|
24
|
+ To find the tags for the sf-muni system, for the N route, visit this URL:
|
21
|
25
|
[http://webservices.nextbus.com/service/publicXMLFeed?command=routeConfig&a=sf-muni&r=**N**](http://webservices.nextbus.com/service/publicXMLFeed?command=routeConfig&a=sf-muni&r=N)
|
22
|
26
|
|
23
|
27
|
The tags are listed as tag="1234". Copy that number and add the route before it, separated by a pipe '|' symbol. Once you have one or more tags from that page, add them to this Agent's stop list. E.g,
|